projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc73cf1
)
(sel_read): Use empty_unibyte_string.
author
Juanma Barranquero
<lekktu@gmail.com>
Fri, 8 Jun 2007 20:07:44 +0000
(20:07 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Fri, 8 Jun 2007 20:07:44 +0000
(20:07 +0000)
src/sunfns.c
patch
|
blob
|
history
diff --git
a/src/sunfns.c
b/src/sunfns.c
index c532ae7f8490ad62e5fb4c3cb4f9d3128a98f56d..2d96ac66aefdfc23cf1c4e49bf8716e6f8a29951 100644
(file)
--- a/
src/sunfns.c
+++ b/
src/sunfns.c
@@
-287,7
+287,7
@@
sel_read (sel, file)
register int i, n;
register char *cp;
- Current_Selection =
make_string ("", 0)
;
+ Current_Selection =
empty_unibyte_string
;
if (sel->sel_items <= 0)
return (0);
cp = (char *) malloc(sel->sel_items);